Back to search
30
MCP

Qdrant with OpenAI Embeddings

pulsemcp/qdrant with openai embeddings

Connects AI systems to Qdrant vector databases for semantic search using OpenAI embeddings, enabling contextual document retrieval and knowledge base querying.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

iflow-mcp_amansingh0311-mcp-qdrant-openai
MCP Qdrant Server with OpenAI Embeddings
0 tools
io.github.bolnet/memwright
Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.
0 tools
better-qdrant-mcp
A Python MCP server for Qdrant memory storage and semantic search, compatible with Cursor-like MCP clients.
0 tools
mad-mcp-qdrant
MCP server for retrieving context from a Qdrant vector database
0 tools
n8n-nodes-vector-store-processor
n8n node for intelligent document chunking and processing for vector store ingestion with Smart Qdrant Vector Store supporting Ollama and Op
0 tools
io.github.muvon/octobrain
Persistent memory for AI assistants with semantic search and knowledge graph relationships.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "qdrant_with_openai_embeddings": {
      "url": "None",
      "transport": "http"
    }
  }
}